home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Tele / T / TL0.2wCd.cpt / TabbyLogger Code / Tabby Utilities / Tabbyutils.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-03-15  |  353 b   |  10 lines  |  [TEXT/QED1]

  1. /* TabbyUtils.h */
  2. typedef struct    LaunchStruct{
  3.     Ptr        appName;                /* name of the launchee */
  4.     short    memUse;                /* config param */
  5.     char    LC[2];                /* extended parameters */
  6.     long    extBlocLen;            /* bytes in extension (6) */
  7.     short    fFlags;                /* finder file info flags */
  8.     long    launchFlags;        /* bit 31,30 == 1 for sublaunch */
  9. }LaunchStruct,*pLaunchStruct;
  10.